VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFile<TPage,TPageCollection> Class
Constructors Properties Methods SeeAlso
In This Topic
ImageFile<TPage,TPageCollection> Class Members
In This Topic
The following tables list the members exposed by ImageFile<TPage,TPageCollection>.
Protected Constructors
 NameDescription
Protected ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets a page collection of the image file.
Protected Properties
 NameDescription
Protected PropertyGets a value indicating whether this image file has been disposed of. (Inherited from ImageFileBase<T>)
Protected PropertyGets the source of the image file. (Inherited from ImageFileBase<T>)
Public Methods
 NameDescription
Public MethodOverloaded. Packs (removes unused space) the image file and saves to specified stream. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>)
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
Protected MethodParses the image file. (Inherited from ImageFileBase<T>)
See Also